DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SequenceDataCollection<T> Class / CanRemoveRange Method

In This Topic
    CanRemoveRange Method (C1SequenceDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CanRemoveRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) As Boolean
    public bool CanRemoveRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    count
    See Also